runtime.p.m (field)
18 uses
runtime (current package)
proc.go#L1461: if p.m != 0 {
proc.go#L1462: mp := p.m.ptr()
proc.go#L1463: p.m = 0
proc.go#L4045: pp.m = 0
proc.go#L5264: gp.m.p.ptr().m = 0
proc.go#L5268: pp.m = 0
proc.go#L5305: pp.m.set(mget())
proc.go#L5353: if pp.m != 0 || pp.status != _Pidle {
proc.go#L5355: if pp.m != 0 {
proc.go#L5356: id = pp.m.ptr().id
proc.go#L5358: print("wirep: p->m=", pp.m, "(", id, ") p->status=", pp.status, "\n")
proc.go#L5362: pp.m.set(gp.m)
proc.go#L5374: if pp.m.ptr() != gp.m || pp.status != _Prunning {
proc.go#L5375: print("releasep: m=", gp.m, " m->p=", gp.m.p.ptr(), " p->m=", hex(pp.m), " p->status=", pp.status, "\n")
proc.go#L5382: pp.m = 0
proc.go#L5770: mp := pp.m.ptr()
proc.go#L5813: mp := pp.m.ptr()
runtime2.go#L628: m muintptr // back-link to associated m (nil if idle)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |